Skip to content

Conversation

@leafok88
Copy link
Collaborator

@leafok88 leafok88 commented Jan 8, 2026

No description provided.

0xfullex and others added 15 commits January 6, 2026 14:22
- Fix integer overflow in binary search by using safe formula:
  `mid = left + (right - left) / 2` instead of `(left + right) / 2`
- Fix linked list removal in section_list_move_topic() to handle
  single-element list correctly by checking if list becomes empty
  before updating neighbor pointers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
fix(section_list): fix binary search overflow and linked list boundary
@leafok88 leafok88 merged commit 52fc255 into v1.7 Jan 8, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants